Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps mock-server.version from 5.11.2 to 5.12.0.
Updates mockserver-client-java from 5.11.2 to 5.12.0

Changelog

Sourced from mockserver-client-java's changelog.

[5.12.0] - 2022-02-12

Added

  • index.yaml to www.mock-server.com so it can be used as a helm chart repository
  • command line flags can now be set as environment variables simplifying some container deployment scenarios
  • glob support for initialisation files to allow multiple files to be specified
  • request and response modifiers to dynamically update path, query parameters, headers, and cookies
  • custom factory for key and certificates to provide more flexibility
  • support for Open API expectations in json initialisation file
  • improved @​MockServerTest to support inheritance
  • more flexibility over semicolon parsing for query parameters
  • shaded jar for mockserver-netty and mockserver-client-java to reduce impact of dependency version mismatches with projects including these dependencies

Changed

  • ensured that TCP connections are closed immediately when shutting down to improved time before operating system frees the port
  • reduce noise from Netty INFO logs that were not correct or misleading
  • retrieveRecordedRequests now returns HttpRequest[]
  • made it easier to set priority and id both in Java and Node clients in multiple places
  • changed default charset for JSON and XML to UTF-8 from ISO 8859-1
  • error handling for Open API so only single operation is skipped on failure not the entire file
  • reduced over resolution of OpenAPI that triggered bugs in Swagger Parser V3 library
  • replaces JDK FileWatcher with custom solution for watch file changes to work around multiple JDK bugs
  • improved helm chart by supporting more configuration options
  • remove explicit calls to System.gc()

Fixed

  • resolved multiple issues with clearing by expectation id
  • resolved multiple issues with verifying by expectation id
  • resolved multiple NullPointerExceptions in backend for UI
  • ensure exact query parameter string is proxied allowing for empty values, leading ! or or other special scenarios
  • improved expectation updates from FileWatcher so only expecation from matching source are updated resolving multiple bugs
  • ensured socket protocol of HTTPS is honoured resulting in forwarded requests using TLS
  • fixed logging of exceptions such as port already bound at startup
  • fixed retrieval of active exceptions where expectations were no longer active but not yet removed from expectations list
  • no longer treat ndjson as json
  • accessing UI via a reverse proxy or load balancer
Commits
  • 61747fd [maven-release-plugin] prepare release mockserver-5.12.0
  • 1f51085 fixed Open API specification version
  • 6d3bfb9 added examples for verify by expectation id to website
  • 57dab41 Bump google-http-client.version from 1.41.3 to 1.41.4
  • 30f5f11 added examples for verify by expectation id
  • bfc3874 removing report sectioon as surefire report is not practical or worthwhile using
  • 6807599 Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
  • 62cfa8b attempt to fix generation of failing test report
  • 88d694b added documentation for clear by expectation id and forward request and respo...
  • 5104722 removed old example files
  • Additional commits viewable in compare view

Updates mockserver-core from 5.11.2 to 5.12.0

Changelog

Sourced from mockserver-core's changelog.

[5.12.0] - 2022-02-12

Added

  • index.yaml to www.mock-server.com so it can be used as a helm chart repository
  • command line flags can now be set as environment variables simplifying some container deployment scenarios
  • glob support for initialisation files to allow multiple files to be specified
  • request and response modifiers to dynamically update path, query parameters, headers, and cookies
  • custom factory for key and certificates to provide more flexibility
  • support for Open API expectations in json initialisation file
  • improved @​MockServerTest to support inheritance
  • more flexibility over semicolon parsing for query parameters
  • shaded jar for mockserver-netty and mockserver-client-java to reduce impact of dependency version mismatches with projects including these dependencies

Changed

  • ensured that TCP connections are closed immediately when shutting down to improved time before operating system frees the port
  • reduce noise from Netty INFO logs that were not correct or misleading
  • retrieveRecordedRequests now returns HttpRequest[]
  • made it easier to set priority and id both in Java and Node clients in multiple places
  • changed default charset for JSON and XML to UTF-8 from ISO 8859-1
  • error handling for Open API so only single operation is skipped on failure not the entire file
  • reduced over resolution of OpenAPI that triggered bugs in Swagger Parser V3 library
  • replaces JDK FileWatcher with custom solution for watch file changes to work around multiple JDK bugs
  • improved helm chart by supporting more configuration options
  • remove explicit calls to System.gc()

Fixed

  • resolved multiple issues with clearing by expectation id
  • resolved multiple issues with verifying by expectation id
  • resolved multiple NullPointerExceptions in backend for UI
  • ensure exact query parameter string is proxied allowing for empty values, leading ! or or other special scenarios
  • improved expectation updates from FileWatcher so only expecation from matching source are updated resolving multiple bugs
  • ensured socket protocol of HTTPS is honoured resulting in forwarded requests using TLS
  • fixed logging of exceptions such as port already bound at startup
  • fixed retrieval of active exceptions where expectations were no longer active but not yet removed from expectations list
  • no longer treat ndjson as json
  • accessing UI via a reverse proxy or load balancer
Commits
  • 61747fd [maven-release-plugin] prepare release mockserver-5.12.0
  • 1f51085 fixed Open API specification version
  • 6d3bfb9 added examples for verify by expectation id to website
  • 57dab41 Bump google-http-client.version from 1.41.3 to 1.41.4
  • 30f5f11 added examples for verify by expectation id
  • bfc3874 removing report sectioon as surefire report is not practical or worthwhile using
  • 6807599 Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
  • 62cfa8b attempt to fix generation of failing test report
  • 88d694b added documentation for clear by expectation id and forward request and respo...
  • 5104722 removed old example files
  • Additional commits viewable in compare view

Updates mockserver-maven-plugin from 5.11.2 to 5.12.0

Commits
  • d710273 [maven-release-plugin] prepare release mockserver-maven-plugin-5.12.0
  • 904b913 fixed local_release.sh java version
  • d050d8c updates prior to release
  • 32db9db fixed java version in local_deploy_snapshot.sh
  • 439f67d fixed code compilation error
  • 670589e upgrading dependency on guice and excluding from maven-core
  • 71c2d74 Bump plexus-utils from 3.3.0 to 3.4.1
  • 938e422 Bump maven-resolver-api from 1.6.3 to 1.7.3
  • d1ee079 Bump plexus-component-annotations from 2.1.0 to 2.1.1
  • 4b4e969 Bump maven-resolver-util from 1.6.3 to 1.7.3
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `mock-server.version` from 5.11.2 to 5.12.0.

Updates `mockserver-client-java` from 5.11.2 to 5.12.0
- [Release notes](https://github.com/jamesdbloom/mockservice/releases)
- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)
- [Commits](mock-server/mockserver@mockserver-5.11.2...mockserver-5.12.0)

Updates `mockserver-core` from 5.11.2 to 5.12.0
- [Release notes](https://github.com/jamesdbloom/mockservice/releases)
- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)
- [Commits](mock-server/mockserver@mockserver-5.11.2...mockserver-5.12.0)

Updates `mockserver-maven-plugin` from 5.11.2 to 5.12.0
- [Release notes](https://github.com/mock-server/mockserver-maven-plugin/releases)
- [Commits](mock-server/mockserver-maven-plugin@mockserver-maven-plugin-5.11.2...mockserver-maven-plugin-5.12.0)

---
updated-dependencies:
- dependency-name: org.mock-server:mockserver-client-java
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mock-server:mockserver-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mock-server:mockserver-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2022

Dependabot tried to add @cmgrote as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/IBM/watson-data-api-clients/pulls/164/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the IBM/watson-data-api-clients repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2022

Superseded by #178.

@dependabot dependabot bot closed this Mar 17, 2022
@dependabot dependabot bot deleted the dependabot/maven/java/mock-server.version-5.12.0 branch March 17, 2022 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants